Overload | Description |
---|---|
Range<T> Constructor(T) | Creates a new Range for a single value |
Range<T> Constructor(Nullable<T>,Nullable<T>) | Creates a new Range for the specified start and end values |
Range<T> Constructor(Nullable<T>,Nullable<T>,String) | Creates a new Range for the specified start and end values |